home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1171 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.3 KB  |  65 lines

  1. Path: comma.rhein.de!serpens!not-for-mail
  2. From: mlelstv@serpens.rhein.de (Michael van Elst)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Date: 16 Jan 1996 12:12:19 +0100
  6. Organization: dis-
  7. Message-ID: <4dg16j$ha1@serpens.rhein.de>
  8. References: <4csu3p$oa6@sunsystem5.informatik.tu-muenchen.de> <4cu1jn$1n7@serpens.rhein.de> <4cv7mb$dn6@sunsystem5.informatik.tu-muenchen.de> <4d0k83$atl@serpens.rhein.de> <4d6am7$i9k@sunsystem5.informatik.tu-muenchen.de> <4ddhou$7qu@serpens.rhein.de> <4deshh$mpj@sunsystem5.informatik.tu-muenchen.de>
  9. NNTP-Posting-Host: serpens.rhein.de
  10.  
  11. fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) writes:
  12.  
  13. >Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  14. >: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer) writes:
  15.  
  16. >: >aeh :) I mean, the videocontroll just changes bplcon to get it
  17. >: >non-dualpf, but the OS still handles it as dualpf ?
  18.  
  19. >: It is still treated as two bitmaps.
  20.  
  21. >not by the hardware, I guess ;)
  22.  
  23. You have problems with the english language.
  24.  
  25. Yes. It is treated as two bitmaps by the hardware, so-called _play-fields_.
  26. These play-fields can be scrolled independently.
  27.  
  28. It is not handled as dual-play-field-mode which would change the
  29. colormapping scheme.
  30.  
  31. >: Read the section about dual-playfield screens.
  32.  
  33. >It tells there are 2 tmpras chained together, as there is no
  34. >next *  I guess I got to just put 2 struc tmpras sequential in mem ?
  35.  
  36. You have problems with reading even simple text. The structure is
  37. called RasInfo. TmpRas is used as temporary storage for some rendering
  38. functions.
  39.  
  40. struct RasInfo  /* used by callers to and InitDspC() */
  41. {
  42.    struct   RasInfo *Next;          /* used for dualpf */
  43.    struct   BitMap *BitMap;
  44.    WORD    RxOffset,RyOffset;      /* scroll offsets in this BitMap */
  45. };
  46.  
  47. >the setup doesn't chaging $102 every scanline. the one that would does make
  48. >a blank each 2nd line, you said.
  49.  
  50. I said ? Check your brain.
  51.  
  52. >: >written each scanline to get ghost-look. I know that only stripe look
  53. >: >is possible without this.
  54.  
  55. >mhm anyway I only need the 8 sprites for the special case: AGA&(PAL|NTSC),
  56. >so after checking I can just rape the sprites.
  57.  
  58. No, you can't.
  59.  
  60. -- 
  61.                                 Michael van Elst
  62.  
  63. Internet: mlelstv@serpens.rhein.de
  64.                                 "A potential Snark may lurk in every tree."
  65.